String Schema
CommonFlightSegmentRequestType Complex Type
Namespace http://string.drv.de/xmlschema/string
Base Type
Extension of CommonFlightSegmentType Complex Type
Diagram
Code Element Sequence ClassCode Element CabinClass Element Sequence Class Element IcaoCode Element IataCode Element Choice MarketingCarrier Element IcaoCode Element IataCode Element Choice OperatingCarrier Element Sequence Carrier Element IcaoCode Element IataCode Element Choice ArrivalAirport Element IcaoCode Element IataCode Element Choice DepartureAirport Element Identifier Element Sequence AssignedTravellers Element Overnights Element ETIX Element ArrivalTerminal Element Gate Element Terminal Element Counter Element Time Element Sequence CheckInData Element State Element Value Element Sequence PNR Element FlightNumber Element ArrivalDate Element DepartureDate Element Identifier Element Sequence CommonFlightSegmentRequestType Complex Type
Overview
Sequence
Identifier IdentifierType Simple Type
Unique flight segment identifier
DepartureDate optional DateTimeType Simple Type
Departure date and time of the segment
ArrivalDate optional DateTimeType Simple Type
Arrival date and time of the segment
FlightNumber optional FlightNumberType Simple Type
Flight number of the segment
PNR optional ListType Complex Type
PNR reference for the segment
Sequence
Value 1..∞ xs:string
State optional BookabilityStateType Simple Type
Bookability state for the segment
CheckInData optional CheckInData Complex Type
Check-In information of the segment
Sequence
Counter optional xs:string
Terminal optional xs:string
Gate optional xs:string
ArrivalTerminal optional xs:string
Arrival terminal of the segment
ETIX optional xs:string
ETIX reference of the segment
Overnights optional xs:int
Overnight counter of the segment
DepartureAirport AirportRequestType Complex Type
Departure airport for the segment
ArrivalAirport AirportRequestType Complex Type
Arrival airport of the segment
Carrier optional AirlineRequestTypes Complex Type
Carrier information of the segment
Class optional ClassBaseRequestType Complex Type
Class information of the segment
Used By
Segment Element
Segment Element
Source
<xs:complexType name="CommonFlightSegmentRequestType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent>
    <xs:extension base="CommonFlightSegmentType">
      <xs:sequence>
        <xs:element name="DepartureAirport" type="AirportRequestType">
          <xs:annotation>
            <xs:documentation>Departure airport for the segment</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ArrivalAirport" type="AirportRequestType">
          <xs:annotation>
            <xs:documentation>Arrival airport of the segment</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Carrier" type="AirlineRequestTypes" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Carrier information of the segment</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Class" type="ClassBaseRequestType" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Class information of the segment</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.